Leadtools.Forms.Processing Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Process(RasterImage,Int32,Int32,Generic IList) Method
See Also 
Leadtools.Forms.Processing Namespace > FormProcessingEngine Class > Process Method : Process(RasterImage,Int32,Int32,Generic IList) Method



form
Form image.
firstPageNumber
First form page to process. It is a 1-based value.
lastPageNumber
last form page to process. It is a 1-based value.
formAlignment
A value that indicates the Form Alignment. It aligns Master Form's fields to this form field. If it is null fields will be aligned depending on the image resolution.
form
Form image.
firstPageNumber
First form page to process. It is a 1-based value.
lastPageNumber
last form page to process. It is a 1-based value.
formAlignment
A value that indicates the Form Alignment. It aligns Master Form's fields to this form field. If it is null fields will be aligned depending on the image resolution.
Performs field processing on the form image.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Process( _
   ByVal form As RasterImage, _
   ByVal firstPageNumber As Integer, _
   ByVal lastPageNumber As Integer, _
   ByVal formAlignment As IList(Of PageAlignment) _
) 
Visual Basic (Usage)Copy Code
Dim instance As FormProcessingEngine
Dim form As RasterImage
Dim firstPageNumber As Integer
Dim lastPageNumber As Integer
Dim formAlignment As IList(Of PageAlignment)
 
instance.Process(form, firstPageNumber, lastPageNumber, formAlignment)
C# 
public void Process( 
   RasterImage form,
   int firstPageNumber,
   int lastPageNumber,
   IList<PageAlignment> formAlignment
)
C++/CLI 
public:
void Process( 
   RasterImage form,
   int firstPageNumber,
   int lastPageNumber,
   IList<PageAlignment>^ formAlignment
) 

Parameters

form
Form image.
firstPageNumber
First form page to process. It is a 1-based value.
lastPageNumber
last form page to process. It is a 1-based value.
formAlignment
A value that indicates the Form Alignment. It aligns Master Form's fields to this form field. If it is null fields will be aligned depending on the image resolution.

Example

For a complete example on using the forms recognition and processing, refer to the FormProcessingEngine example.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Forms requires a Forms Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features